<%Response.Write("Hello world");%> VS <%="Hello world"%>
Spotted a weird thing while putting some inline .net code into a template. Response.Write outputted to the top of the page whereas <%= outputted inline. Anyone know why this would be? I thought <&= was just shorthand for response.write.
<%Response.Write("Hello world");%> VS <%="Hello world"%>
Spotted a weird thing while putting some inline .net code into a template. Response.Write outputted to the top of the page whereas <%= outputted inline. Anyone know why this would be? I thought <&= was just shorthand for response.write.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.